[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Assign_Finish_Char


Purpose   Indicates the character that the user can press to terminate
          input.

Decln.    Assign_Finish_Char(Ch:char)

Remarks   Ch is the end input character. The default is the F10 function
          key. The appendix includes a list of the Toolkit character codes.
          Remember to advise the user of the key so that he/she can exit!

Example

BEGIN
    ASSIGN_FINISH_CHAR(#173);
END;

The input will be terminated when the user presses Alt-X.

See Also: Assign_LeaveFieldHook
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson